home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / CIncludes / DriverServices.h < prev    next >
C/C++ Source or Header  |  1996-05-01  |  914b  |  39 lines

  1. /*
  2.      File:        DriverServices.h
  3.  
  4.      Contains:    Driver Services Interfaces.
  5.  
  6.      Version:    Technology:    PowerSurge 1.0.2 and beyond (including Copland)
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __DRIVERSERVICES__
  19. #define __DRIVERSERVICES__
  20.  
  21. #ifndef __CONDITIONALMACROS__
  22. #include <ConditionalMacros.h>
  23. #endif
  24. #ifndef __DRIVERSUPPORT__
  25. #include <DriverSupport.h>
  26. #endif
  27. #ifndef __DRIVERSYNCHRONIZATION__
  28. #include <DriverSynchronization.h>
  29. #endif
  30. #ifndef __DEVICEMANAGERSUPPORT__
  31. #include <DeviceManagerSupport.h>
  32. #endif
  33. #ifndef __INTERRUPTS__
  34. #include <Interrupts.h>
  35. #endif
  36.  
  37. #endif /* __DRIVERSERVICES__ */
  38.  
  39.